Searched refs:blockAttributes (Results 1 – 6 of 6) sorted by relevance
1806 playbackAttributes(blockAttributes: Block.Attributes): void;
19683 Document.prototype.playbackAttributes = function (blockAttributes) { argument19684 blockAttributes = toHash(blockAttributes)19685 if (blockAttributes) {19686 const attrEntries = blockAttributes['$[]']('attribute_entries')19704 blockAttributes['$[]=']('attribute_entries', result)19707 this.$playback_attributes(blockAttributes)
18207 * @param {Object} blockAttributes - A JSON of attributes18210 Document.prototype.playbackAttributes = function (blockAttributes) {18211 blockAttributes = toHash(blockAttributes);18212 if (blockAttributes) {18213 const attrEntries = blockAttributes['$[]']('attribute_entries');18231 blockAttributes['$[]=']('attribute_entries', result);18234 this.$playback_attributes(blockAttributes);
44048 Document.prototype.playbackAttributes = function (blockAttributes) { argument44049 blockAttributes = toHash(blockAttributes)44050 if (blockAttributes) {44051 const attrEntries = blockAttributes['$[]']('attribute_entries')44069 blockAttributes['$[]=']('attribute_entries', result)44072 this.$playback_attributes(blockAttributes)
44300 Document.prototype.playbackAttributes = function (blockAttributes) { argument44301 blockAttributes = toHash(blockAttributes)44302 if (blockAttributes) {44303 const attrEntries = blockAttributes['$[]']('attribute_entries')44321 blockAttributes['$[]=']('attribute_entries', result)44324 this.$playback_attributes(blockAttributes)