Interface InterfacePreset<R, O>

interface InterfacePreset<R, O> {
    additionalContent?: ((args) => string | Promise<string>);
    property?: ((args) => string | Promise<string>);
    self?: ((args) => string | Promise<string>);
}

Type Parameters

Hierarchy (view full)

Properties

additionalContent?: ((args) => string | Promise<string>)

Type declaration

property?: ((args) => string | Promise<string>)

Type declaration

self?: ((args) => string | Promise<string>)

Type declaration